home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 December
/
PCWorld_2007-12_cd.bin
/
v cisle
/
deskspace
/
DeskSpace152TrialSetup.exe
/
help
/
style
/
default.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2006-09-10
|
3KB
|
171 lines
/*
Otaku Software Website Style Sheet
File: default.css
Version: 1.0
Date: 20/09/2004
Authors: Garry Stewart, James Stewart
*/
/* Begin : Default Tag Styles */
/* The body of the page has no padding or border */
body
{
color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
vertical-align: top;
padding: 0px;
border: 0px;
margin: 0px;
background-color: #FFFFFF;
}
/* Largest header */
h1
{
color: #228B22;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-weight: bold;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 1em;
border-bottom: 1px solid #D1E1E6;
}
/* Second largest header */
h2
{
color: #0669B2;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: bold;
font-size: 16px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 1em;
border-bottom: 1px solid #D1E1E6;
}
/* Third largest header */
h3
{
color: #2E8B57;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 1em;
border-bottom: 1px solid #D1E1E6;
}
/* Fourth largest header */
h4
{
color: #008B8B;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 1em;
border-bottom: 1px solid #D1E1E6;
}
/* Links are light blue, don't change color when visited, and have no underline */
a, a:visited, a:hover, a:active
{
border: 0px;
color: #1E90FF;
text-decoration: underline;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
/* Paragraphs have a margin at the bottom */
p
{
vertical-align: top;
padding: 0px;
border: 0px;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 1em;
}
/* Divs, tables, table rows, and table cells don't have any margins or padding */
div
{
vertical-align: top;
padding: 0px;
border: 0px;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
}
table
{
font-family: inherit !important;
font-weight: inherit !important;
font-size: inherit !important;
vertical-align: top;
padding: 0px;
border: 0px;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
}
tr
{
font-family: inherit !important;
font-weight: inherit !important;
font-size: inherit !important;
vertical-align: top;
padding: 0px;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
}
td
{
font-family: inherit !important;
font-weight: inherit !important;
font-size: inherit !important;
vertical-align: top;
padding: 0px;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
}
/* Images don't have a border */
img
{
border : 0px;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;
}
/* End: Default Tag Styles */